home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / oddech / tobogan / Toboggan_Run.exe / scripts / DefineButton2_497 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-24  |  180b  |  7 lines

  1. on(release){
  2.    _root.pushmovie.ringtop.ring.gotoAndStop(18);
  3.    _root.pushmovie.ringtop.firesound.gotoAndPlay("fireon");
  4.    _parent.gotoAndPlay("skipfireguy");
  5.    play();
  6. }
  7.